.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00a095;
  background-image: -moz-linear-gradient(top,#00a988,#0092a9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00a988),to(#0092a9));
  background-image: -webkit-linear-gradient(top,#00a988,#0092a9);
  background-image: -o-linear-gradient(top,#00a988,#0092a9);
  background-image: linear-gradient(to bottom,#00a988,#0092a9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a988', endColorstr='#ff0091a8', GradientType=0);
  border-color: #0092a9 #0092a9 #00505d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0092a9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0092a9;
  *background-color: #007c90;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #006676 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00a988;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005d4a;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #e5e5e5;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
}
.module h3.mod_header {
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.module h3.mod_header span.module-subtitle {
  display: block;
  font-size: 24px;
}
h1,
h2,
h3 {
  font-weight: 300;
}
#sp-header-wrapper #sp-logo {
  padding: 5px 0px;
}
#sp-header-wrapper {
  text-align: center;
  display: block;
  width: 100%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  margin-bottom: 25px;
}
#sp-header-wrapper #sp-login {
  padding-top: 15px;
}
#sp-header-wrapper #sp-login span {
  border-radius: 10px !important;
  box-shadow: 0px 0px 0px !important;
  margin: 0px 0px !important;
  line-height: 25px !important;
}
#sp-header-wrapper #sp-login #btl .btl-panel > span {
  padding: 0 15px;
}
#sp-header-wrapper #header {
  padding: 10px 0px;
  border-radius: 10px;
}
#sp-header-wrapper #header #sp-menu {
  margin-top: 0px;
  padding: 0;
  font-size: 14px;
}
#sp-header-wrapper #header #sp-menu .sp-submenu.open {
  z-index: 9999;
}
#sp-header-wrapper #header #sp-menu .sp-submenu a {
  padding: 8px 13px !important;
  border-left: 0px solid #fff;
}
#sp-header-wrapper #header #sp-menu .sp-submenu a span {
  padding-top: 0px;
  border-top: 0px solid #ddd;
  border-radius: 0px;
}
#sp-header-wrapper #header #sp-menu .sp-submenu a:hover {
  box-shadow: 0px 0px 0px #fff;
}
#sp-header-wrapper .input-append {
  margin-bottom: 0px;
}
#sp-header-wrapper .input-append form {
  margin: 0px;
  padding-top: 0px;
}
#sp-header-wrapper #sp-search {
  padding-right: 10px;
  padding-top: 5px;
}
#sp-header-wrapper #sp-search #mod-search-searchword {
  height: 30px;
}
#sp-header-wrapper .dropline {
  z-index: 99999;
}
.top-fixed-bottom {
  -webkit-animation: fadeIn 900ms;
  -moz-animation: fadeIn 900ms;
  -ms-animation: fadeIn 900ms;
  -o-animation: fadeIn 900ms;
  animation: fadeIn 900ms;
}
.top-fixed {
  height: 70px !important;
  background: rgba(0,0,0,0.9) !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9998 !important;
  -webkit-animation: fadeInDown 500ms;
  -moz-animation: fadeInDown 500ms;
  -ms-animation: fadeInDown 500ms;
  -o-animation: fadeInDown 500ms;
  animation: fadeInDown 500ms;
}
.top-fixed #sp-main-menu ul.level-0 li a {
  padding: 25px 8px !important;
}
.top-fixed #sp-logo {
  padding: 5px 0px !important;
}
.top-fixed #sp-logo .logo {
  background-size: 170px;
  height: 50px !important;
  margin-top: 5px;
}
.top-fixed .btn.social {
  background: #fff;
  padding: 25px 10px !important;
  border: 0;
  border-radius: 0;
  width: 10px;
}
.top-fixed .btn.social:hover {
  border: 0;
  border-radius: 0;
  width: 10px;
}
#sp-slider .search form {
  padding: 10px 10px 0px;
  margin-bottom: 0px;
}
#sp-main-menu ul {
  padding: 0px 0px !important;
  border-radius: 0px;
  text-align: left;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: none !important;
}
#sp-main-menu ul.level-0 li a {
  padding: 25px 8px !important;
  border-left: 0px solid #fff;
}
#sp-main-menu ul.level-0 > li:hover span {
  border-radius: 0px;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px !important;
}
.ltr .sp-submenu.sub-level {
  border-left: 0px solid #fff;
}
#sp-services-wrapper {
  text-align: center;
}
#sp-services-wrapper .span3 {
  border: 1px solid #fff;
  margin-bottom: 50px;
  padding: 25px 20px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#sp-services-wrapper .span3 p {
  padding: 10px 0px;
}
#sp-about-us-wrapper {
  background: #fff;
}
#sp-about-us-wrapper .span6 {
  margin-bottom: 20px;
}
#sp-about-us-wrapper .span6 .tm_about_thumb {
  float: left;
  margin-right: 20px;
}
#sp-about-us-wrapper .span6 h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
}
#sp-about-us-wrapper .span6 p {
  margin-bottom: 30px;
}
#sp-feature-wrapper h3 {
  color: #fff;
}
#sp-feature-wrapper .tm_csshovereffect {
  height: 300px;
}
#sp-feature-wrapper .ch-info h3 {
  padding: 60px 0 0 0 !important;
  height: 40px !important;
}
#sp-feature-wrapper .ch-info > div {
  text-align: center;
}
#sp-feature-wrapper .ch-info p a:hover {
  color: #46b919;
}
#sp-feature-wrapper .ch-info .ch-info-back {
  background: #46b919;
}
#sp-pricing-wrapper {
  background: #fff;
}
#sp-pricing-wrapper .pricetable .span3 {
  padding: 15px;
}
#sp-pricing-wrapper .pricetable .span3 figure {
  margin: 0px;
  text-align: center;
  color: #fff;
  padding: 0px 0px 10px;
  font-size: 20px;
  line-height: 35px;
}
#sp-pricing-wrapper .pricetable .span3 figure figcaption {
  font-size: 30px;
  font-weight: 400;
}
#sp-pricing-wrapper .pricetable .span3 ul {
  margin: 0px;
  padding: 0px 10px;
  background: #fff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#sp-pricing-wrapper .pricetable .span3 ul li {
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sp-pricing-wrapper .pricetable .span3:hover ul {
  color: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sp-pricing-wrapper .pricetable .span3:hover ul li {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#sp-pricing-wrapper .pricetable .span3 footer {
  margin: 0px;
  color: #fff;
  padding: 15px 0px 15px;
  text-align: center;
}
#sp-skill-wrapper .skills ul {
  margin: 0px;
}
#sp-skill-wrapper .skills ul li {
  color: #000;
  margin-bottom: 10px;
  background: #ddd;
  text-align: right;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#sp-skill-wrapper .skills ul li span {
  background: #46b919;
  color: #fff;
  float: left;
  text-align: left;
  display: block;
  padding: 9px 0px 8px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sp-skill-wrapper .skills ul li em {
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
}
#sp-main-body-wrapper {
  padding: 0px !important;
}
#sp-main-body-wrapper .container {
  padding: 0px;
  border: 0px solid #fff;
}
#sp-main-body-wrapper #sp-right {
  padding: 30px 0px;
  padding-top: 0;
}
#sp-main-body-wrapper .gallery-filters a:hover {
  color: #fff;
}
#sp-main-body-wrapper .testimonial .pull-left img {
  width: 65px;
}
#sp-main-body-wrapper .componentheading {
  font-size: 31.5px;
  font-weight: bold;
  margin-bottom: 15px;
}
#sp-main-body-wrapper #system-message .alert {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .warning {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .error {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper #system-message .success {
  margin-bottom: 0px !important;
  margin-top: 30px !important;
}
#sp-main-body-wrapper .sp_quickcontact input {
  border: 1px solid #ddd;
}
#sp-main-body-wrapper .sp_quickcontact textarea#message {
  width: 95%;
  height: 150px;
  border: 1px solid #ddd;
}
#sp-main-body-wrapper .isotope {
  width: 100%;
}
#sp-team-wrapper {
  position: relative;
  text-align: center;
  z-index: 1000;
  color: #fff;
}
#sp-team-wrapper .tm_team_row1 {
  margin-bottom: 50px;
}
#sp-team-wrapper .tm_team_row2 {
  margin-bottom: 100px;
}
#sp-team-wrapper p {
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 35px;
}
#sp-team-wrapper .span3 {
  background: #fff;
  color: #222;
  padding-top: 20px;
  margin-bottom: 25px;
}
#sp-team-wrapper .span3 h4 {
  background: #fff;
}
#sp-team-wrapper .span3 p {
  font-size: 16px;
  line-height: 35px;
  padding: 20px 0px;
}
#sp-team-wrapper .span3 .header span {
  color: #fff;
}
#sp-team-wrapper .span3 strong {
  font-size: 14px;
  display: block;
  padding: 0px 0px 20px;
}
#sp-team-wrapper .span3 img {
  border: 5px solid #fff;
  border-radius: 50%;
}
#sp-latest-project-wrapper {
  background: url(../images/bg.png) #D3D3D3 repeat;
}
h3.header {
  font-size: 30px;
  border-bottom: 4px solid #fff;
}
#sp-testimonial-wrapper {
  padding: 10px 0px;
  background: #E9DDDD;
}
#sp-testimonial-wrapper .testimonial_main {
  width: 100%;
  display: block;
  margin-right: 20px;
  padding-top: 10px;
}
#sp-testimonial-wrapper #monialsfader {
  width: 100%;
  height: 280px;
  float: left;
  padding-top: 25px;
}
#sp-testimonial-wrapper #monialsfader ul#monials {
  padding: 0px;
}
#sp-testimonial-wrapper #monialsfader #monials {
  width: 100%;
}
#sp-testimonial-wrapper #monialsfader #monials li {
  width: 100%;
}
#sp-testimonial-wrapper #monialsfader #monials li h4 {
  font-size: 30px;
  padding-bottom: 25px;
  text-align: center !important;
  float: none;
  font-weight: 400;
}
#sp-testimonial-wrapper #monialsfader #monials li .imghol {
  width: 100%;
  display: block;
  padding: 20px 10px;
  border-radius: 50%;
}
#sp-testimonial-wrapper #monialsfader #monials li .imghol .img {
  margin: 0 auto;
  float: none;
  width: auto !important;
}
#sp-testimonial-wrapper #monialsfader #monials li .testimonials {
  width: 100%;
  text-align: center;
}
#sp-testimonial-wrapper #monialsfader #monials li .img img {
  border-radius: 50%;
}
#sp-testimonial-wrapper #monialsfader #monials .author {
  text-align: center !important;
  margin: 0 auto;
  float: none;
}
#sp-testimonial-wrapper #monialsfader #monials .img img {
  width: 120px;
}
#monialsfader #monialsfader_prev {
  right: 0;
  top: 170px !important;
  left: 410px !important;
  cursor: pointer;
}
#monialsfader #monialsfader_next {
  right: 400px !important;
  top: 170px !important;
  cursor: pointer;
}
#sp-client-wrapper {
  background: #fff;
  margin-bottom: -15px;
  padding: 5px 0px;
}
#sp-client-wrapper img {
  height: 100px;
}
#sp-client-wrapper h3.header {
  font-size: 30px;
  border-bottom: 4px solid #fff;
}
#sp-contact-wrapper {
  background: #504545;
}
#sp-contact-wrapper h3 {
  color: #46b919;
}
#sp-contact-wrapper .sp_quickcontact input {
  border: 1px solid #000;
  width: 50%;
  padding: 20px 10px;
  float: left;
  background: rgba(0,0,0,0.1);
  color: #fff;
}
#sp-contact-wrapper .sp_quickcontact #sp_qc_submit {
  width: 100% !important;
  font-size: 20px;
  background: rgba(0,0,0,0.1);
}
#sp-contact-wrapper .sp_quickcontact #sp_qc_submit:hover {
  background: #fff;
}
#sp-contact-wrapper .sp_quickcontact textarea#message {
  width: 45%;
  height: 217px;
  border: 1px solid #000;
  float: right;
  margin-top: -247px;
  background: rgba(0,0,0,0.1);
  color: #fff;
}
#sp-newsletter-wrapper form {
  margin: 0;
}
#sp-newsletter-wrapper form td {
  padding-bottom: 0;
}
#sp-newsletter-wrapper form .acyfield_email {
  width: 800px;
}
#sp-newsletter-wrapper form .acyfield_email .inputbox {
  padding: 15px 10px;
  background: #fff;
  margin: 0;
}
#sp-newsletter-wrapper form .acysubbuttons input {
  padding: 15px 50px;
}
body {
  font-size: 13px;
}
#sp-title-wrapper .row-fluid {
  margin-bottom: 0px;
}
#sp-component {
  padding: 0px 0px;
}
#sp-component .entry-content .pull-left img {
  width: 400px;
  border: 2px solid #E2E2E2;
  padding: 3px;
  margin-right: 25px;
}
#sp-content-area-wrapper {
  margin-bottom: 15px;
}
#sp-bottom-wrapper {
  background: #181818 !important;
}
#sp-bottom-wrapper .container {
  background: #181818 !important;
  border: 0px !important;
}
#sp-bottom-wrapper table.acymailing_form {
  margin: 0;
  width: 100%;
}
#sp-bottom-wrapper .acysubbuttons {
  text-align: left;
}
#sp-bottom-wrapper input.button {
  width: 100%;
  border: 1px solid #494949;
  border-radius: 3px;
}
#sp-bottom-wrapper input[type="text"] {
  min-height: 25px;
  background: #222;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #494949;
}
#sp-bottom-wrapper #sp-bottom2 .moduletable {
  margin-bottom: 20px;
  float: left;
}
#sp-bottom-wrapper #sp-bottom2 .contact-field {
  line-height: 30px;
}
#sp-bottom-wrapper #sp-bottom3 .moduletable {
  margin-bottom: 20px;
  float: left;
}
#sp-bottom-wrapper #sp-bottom3 .contact-field {
  line-height: 30px;
}
#sp-bottom-wrapper #sp-bottom4 .module h3 {
  padding: 15px !important;
  padding-left: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 0px !important;
}
#sp-bottom-wrapper #sp-bottom4 .modal.fade.in {
  top: 15% !important;
}
#sp-bottom-wrapper .image_gallery h3 {
  padding-bottom: 15px;
}
#sp-user-wrapper {
  margin-bottom: 20px;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  background: #060606 !important;
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper .container {
  background: #060606 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  -moz-box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  box-shadow: 0px 0px 0px 0px #B9B9B9 !important;
  border: 0px !important;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
.sp-totop {
  float: right;
  padding-top: 5px;
  border-radius: 10% 10% 0% 0%;
  font-size: 30px;
  padding: 5px 15px 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#sp-footer-wrapper .container {
  padding: 20px;
  padding-bottom: 0px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
  padding-top: 30px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans';
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
  font-family: 'Open Sans';
}
#sp-footer-wrapper #sp-footer1 {
  text-align: center;
  width: 100% !important;
}
#sp-footer-wrapper #sp-footer1 a {
  padding: 25px 30px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
}
#sp-footer-wrapper #sp-footer1 .github {
  color: #fff;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 310px;
  height: 80px;
  text-indent: -9999px;
  background: url(../images/presets/preset1/logo.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  padding-top: 25px;
}
#sp-footerbottom-wrapper {
  background: #000;
  color: #707070;
  text-align: center;
}
#sp-footerbottom-wrapper .copyright {
  display: block;
}
#sp-footer-preset-wrapper {
  background: #000;
  color: #707070;
  text-align: center;
}
#sp-footer-preset-wrapper ul {
  text-align: center;
  margin: 0 auto;
  width: 130px;
  display: block;
}
#sp-footer-preset-wrapper ul li {
  float: left;
}
#sp-footer-preset-wrapper ul li a {
  font-size: 0px;
  padding: 10px;
  margin-right: 6px;
  border-radius: 100%;
  height: 0px;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding: 25px 10px;
  margin-right: 1px;
  border: 0;
  border-radius: 0;
  width: 10px;
  text-shadow: 0px 0px 0px #030303 !important;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  border: 0;
  border-radius: 0;
  width: 10px;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social.linkedin,
input[type='submit'].social.linkedin,
input[type='button'].social.linkedin,
submit.social.linkedin {
  color: #0378a9;
}
button.social.linkedin:hover,
input[type='submit'].social.linkedin:hover,
input[type='button'].social.linkedin:hover,
submit.social.linkedin:hover {
  background: #0378a9;
  color: #fff;
}
button.social.github,
input[type='submit'].social.github,
input[type='button'].social.github,
submit.social.github {
  color: #000000;
}
button.social.github:hover,
input[type='submit'].social.github:hover,
input[type='button'].social.github:hover,
submit.social.github:hover {
  background: #000000;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  padding: 25px 10px;
  margin-right: 1px;
  border: 0;
  border-radius: 0;
  width: 10px;
  text-shadow: 0px 0px 0px #030303 !important;
}
.btn.social:hover {
  border: 0;
  border-radius: 0;
  width: 10px;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social.linkedin {
  color: #0378a9;
}
.btn.social.linkedin:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.github {
  color: #000000;
}
.btn.social.github:hover {
  background: #000000;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #eee;
  background: #eee;
}
.rtl .search {
  position: relative;
  left: 55px;
}
.rtl .acysubbuttons {
  position: relative;
  left: 16px;
}
.rtl .sp-totop {
  position: relative;
  right: 885px;
}
.rtl .designed-by {
  position: relative;
  left: 50px;
}
.rtl .powered-by {
  position: relative;
  left: 55px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: center;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
#sp-component-wrapper .img-circle {
  width: 40px !important;
}
.entry-meta.muted {
  background: #fff;
  border: 1px solid #ddd;
}
#myCarousel .carousel-caption {
  color: #fff;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
ul.gallery {
  margin: 0px !important;
  width: 282px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 30px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
}
#sp-main-menu ul.level-0 > li a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover,
#sp-main-menu ul.level-0 > li.active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-main-menu ul.level-0 > li:hover {
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.125);
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.sp-mobile-menu {
  position: relative;
}
.sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: normal;
  padding-bottom: 15px !important;
}
.module h3 span {
  margin-bottom: 10px;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red,
.module.white {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px #999;
  -moz-box-shadow: 0px 1px 1px #999;
  box-shadow: 0px 1px 1px #999;
  border: 5px solid #fff;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3,
.module.white h3 {
  padding: 1px;
  border-bottom: 0px solid #fff;
  margin-bottom: 20px;
}
.module.highlighted h3 span,
.module.orange h3 span,
.module.dark h3 span,
.module.green h3 span,
.module.maroon h3 span,
.module.blue h3 span,
.module.gray h3 span,
.module.pink h3 span,
.module.red h3 span,
.module.white h3 span {
  border-bottom: 5px solid #46b919;
  color: #fff !important;
}
.module.white {
  border: 5px solid #46b919;
  background: #fff;
}
.module.white h3 {
  color: #555;
  border-bottom: 5px solid #46b919 !important;
}
.module.white h3 span {
  border-bottom: 5px solid #ddd !important;
  color: #46b919 !important;
}
.module.white p,
.module.white li {
  color: #999;
}
.module.white a {
  color: #000;
}
.module.white a:hover {
  color: #6F4100;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.responsive.bg {
  overflow-x: hidden;
}
.responsive .sp-mobile-menu {
  z-index: 9999;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 60px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 20px;
    line-height: 0.2em;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 600px;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 8px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 8px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper .ch-info-wrap,
  .responsive #sp-feature-wrapper .ch-info {
    width: 250px;
    height: 250px;
  }
  .responsive #sp-about-us-wrapper a {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 20%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 27px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 950px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 910px !important;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .sp-main-menu-toggler {
    position: fixed;
    margin-right: 0px;
    top: 18px;
    z-index: 9999;
  }
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 60px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 20px;
    line-height: 0.2em;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 540px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    width: 30%;
  }
  .responsive #sp-header-wrapper #sp-social {
    width: 20%;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-menu {
    width: 30%;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-social {
    width: 20%;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper .span4 {
    margin-left: 180px;
    margin-bottom: 350px;
  }
  .responsive #sp-about-us-wrapper .span6 {
    margin-bottom: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb {
    width: 350px;
    margin-right: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb img {
    height: 320px;
  }
  .responsive #sp-about-us-wrapper .span6 h2 {
    margin-bottom: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 p {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 a {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 20%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-preview {
    padding: 30px;
    background-position: -2px 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-link {
    padding: 30px;
    background-position: 4px 0px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 693px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 654px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item img {
    height: 250px !important;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
  }
  .responsive #sp-team-wrapper img {
    width: 155px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .responsive #sp-contact-wrapper .sp_quickcontact input {
    width: 45%;
  }
  .responsive #sp-bottom-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-bottom-wrapper #sp-bottom4 ul.gallery {
    width: 170px;
    height: 243px;
  }
}
@media (max-width: 640px) {
  .responsive .sp-main-menu-toggler {
    position: fixed;
    margin-right: 0px;
    top: 18px;
    z-index: 9999;
  }
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 30px;
    line-height: 80px;
    margin-top: -40px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 20px;
    line-height: 0.2em;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 280px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper {
    height: 1250px;
  }
  .responsive #sp-feature-wrapper .span4 {
    margin-left: 120px;
    margin-bottom: 350px;
    width: 80%;
  }
  .responsive #sp-about-us-wrapper .span6 {
    margin-bottom: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb {
    width: 230px;
    margin-right: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb img {
    height: 172px;
  }
  .responsive #sp-about-us-wrapper .span6 h2 {
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 p {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 a {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-filter li a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 10%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a {
    margin-right: 5px;
    margin-left: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-preview {
    padding: 17px;
    background-size: 25px 14px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-link {
    padding: 17px;
    background-size: 25px;
    background-position: 5px 8px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 406px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 365px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item a {
    font-size: 25px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item img {
    height: 120px !important;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
  }
  .responsive #sp-pricing-wrapper .span3 {
    margin-bottom: 10px;
  }
  .responsive .module h3.mod_header span.module-subtitle {
    font-size: 15px;
  }
  .responsive #sp-team-wrapper img {
    width: 155px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .responsive #sp-contact-wrapper .sp_quickcontact input {
    width: 45%;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 280px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email input {
    width: 90% !important;
  }
  .responsive #sp-bottom-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-bottom-wrapper .span3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom-wrapper #sp-bottom4 ul.gallery {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .responsive .sp-main-menu-toggler {
    position: fixed;
    margin-right: 0px;
    top: 18px;
    z-index: 9999;
  }
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 30px;
    line-height: 80px;
    margin-top: -40px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 20px;
    line-height: 0.2em;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 280px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper {
    height: 1250px;
  }
  .responsive #sp-feature-wrapper .span4 {
    margin-left: 45px;
    margin-bottom: 350px;
    width: 80%;
  }
  .responsive #sp-about-us-wrapper .span6 {
    margin-bottom: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb {
    width: 265px;
    margin-right: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb img {
    height: 230px;
  }
  .responsive #sp-about-us-wrapper .span6 h2 {
    margin-bottom: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 p {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 a {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-filter li a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 10%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a {
    margin-right: 5px;
    margin-left: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-preview {
    padding: 17px;
    background-size: 25px 14px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-link {
    padding: 17px;
    background-size: 25px;
    background-position: 5px 8px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 406px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 365px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item a {
    font-size: 25px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item img {
    height: 120px !important;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
  }
  .responsive #sp-pricing-wrapper .span3 {
    margin-bottom: 10px;
  }
  .responsive .module h3.mod_header span.module-subtitle {
    font-size: 15px;
  }
  .responsive #sp-team-wrapper img {
    width: 155px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .responsive #sp-contact-wrapper .sp_quickcontact input {
    width: 45%;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 280px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email input {
    width: 90% !important;
  }
  .responsive #sp-bottom-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-bottom-wrapper .span3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom-wrapper #sp-bottom4 ul.gallery {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .responsive .sp-main-menu-toggler {
    position: fixed;
    margin-right: 0px;
    top: 0px;
    z-index: 9999;
    right: 0px;
    border-radius: 0;
    padding: 23px 7px;
  }
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 30px;
    line-height: 80px;
    margin-top: -40px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 280px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper #sp-social {
    width: 60%;
    float: right;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper {
    height: 1250px;
  }
  .responsive #sp-feature-wrapper .span4 {
    margin-left: -15px;
    margin-bottom: 350px;
    width: 80%;
  }
  .responsive #sp-about-us-wrapper .span6 {
    margin-bottom: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb img {
    height: 328px;
  }
  .responsive #sp-about-us-wrapper .span6 h2 {
    margin-bottom: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 p {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 a {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-filter li a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 10%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a {
    margin-right: 5px;
    margin-left: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-preview {
    padding: 17px;
    background-size: 25px 14px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-link {
    padding: 17px;
    background-size: 25px;
    background-position: 5px 8px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 406px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 365px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item a {
    font-size: 25px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item img {
    height: 120px !important;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
  }
  .responsive #sp-pricing-wrapper .span3 {
    margin-bottom: 10px;
  }
  .responsive .module h3.mod_header span.module-subtitle {
    font-size: 15px;
  }
  .responsive #sp-team-wrapper img {
    width: 155px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .responsive #sp-contact-wrapper .sp_quickcontact input {
    width: 43%;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 280px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email input {
    width: 85% !important;
  }
  .responsive #sp-bottom-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-bottom-wrapper .span3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom-wrapper #sp-bottom4 ul.gallery {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .responsive .sp-main-menu-toggler {
    position: fixed;
    margin-right: -20px;
    top: 0px;
    height: 58px;
    z-index: 9999;
    line-height: 55px;
  }
  .responsive #sp-slideshow-wrapper h1 {
    font-size: 30px;
    line-height: 80px;
    margin-top: -40px;
  }
  .responsive #sp-slideshow-wrapper p {
    font-size: 10px;
    line-height: 0.2em;
  }
  .responsive #sp-slideshow-wrapper img {
    width: 200px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper #sp-logo .logo {
    background-size: 105px;
    margin: 15px 10px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .top-fixed .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo {
    width: 20%;
    float: left;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-logo .logo {
    background-size: 160px;
    margin: 5px 10px;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-menu {
    width: 25%;
    display: inline;
  }
  .responsive #sp-header-wrapper .top-fixed #sp-social {
    width: 75%;
    float: right;
  }
  .responsive #sp-header-wrapper #sp-main-menu ul.level-0 li a {
    padding: 25px 10px !important;
  }
  .responsive #sp-header-wrapper .btn.social {
    padding: 25px 7px !important;
  }
  .responsive #sp-feature-wrapper {
    height: 1050px;
  }
  .responsive #sp-feature-wrapper .ch-info-wrap,
  .responsive #sp-feature-wrapper .ch-info {
    width: 230px !important;
    height: 230px !important;
  }
  .responsive #sp-feature-wrapper .span4 {
    margin-left: 0px;
    margin-bottom: 290px;
    width: 70%;
  }
  .responsive #sp-about-us-wrapper .span6 {
    margin-bottom: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb {
    width: 320px;
    margin-right: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 .tm_about_thumb img {
    height: 230px;
  }
  .responsive #sp-about-us-wrapper .span6 h2 {
    margin-bottom: 0px;
  }
  .responsive #sp-about-us-wrapper .span6 p {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .responsive #sp-about-us-wrapper .span6 a {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-filter li a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span {
    top: 10%;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span h4 {
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a {
    margin-right: 5px;
    margin-left: 5px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-preview {
    padding: 14px;
    background-size: 23px 14px;
    background-position: 3px 6px;
  }
  .responsive #sp-latest-project-wrapper .sp-portfolio-overlay span a.sp-portfolio-link {
    padding: 14px;
    background-size: 25px;
    background-position: 2px 2px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio {
    width: 245px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item {
    width: 207px !important;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item a {
    font-size: 26px;
  }
  .responsive #sp-latest-project-wrapper .tm_portfolio .tm-portfolio-item img {
    height: 190px !important;
    margin-bottom: 25px;
  }
  .responsive #sp-latest-project-wrapper .icon-remove-circle {
    margin-top: 40px;
    right: 0px;
  }
  .responsive #sp-pricing-wrapper .span3 {
    margin-bottom: 10px;
  }
  .responsive .module h3.mod_header span.module-subtitle {
    font-size: 10px;
  }
  .responsive #sp-team-wrapper img {
    width: 155px;
  }
  .responsive #sp-services-wrapper .span3 h2 {
    font-size: 26px;
    line-height: 25px;
  }
  .responsive #sp-contact-wrapper .sp_quickcontact input {
    width: 41%;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email {
    width: 175px !important;
  }
  .responsive #sp-newsletter-wrapper .acyfield_email input {
    width: 80% !important;
  }
  .responsive #sp-newsletter-wrapper .acysubbuttons input {
    padding: 15px 20px;
  }
  .responsive #sp-bottom-wrapper h3 {
    font-size: 15px;
  }
  .responsive #sp-bottom-wrapper .span3 {
    width: 100%;
    float: left;
  }
  .responsive #sp-bottom-wrapper #sp-bottom4 ul.gallery {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
#k2Container div.catItemHeader span.catItemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
#k2Container div.catItemHeader span.catItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.catItemHeader span.catItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.catItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.catItemBody span.catItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
}
#k2Container .itemContainer {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#k2Container .userItemList .userItemImageBlock img {
  width: 440px !important;
  float: left;
  margin-right: 20px;
}
#k2Container div.userItemHeader span.userItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.userItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.userItemBody span.userItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
}
#k2Container div.userItemBody span.userItemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  margin-left: 1px;
}
#k2Container div.userItemBody span.userItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.userItemBody .userItemTagsBlock {
  margin-right: 15px;
}
#k2Container .userItemView {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#k2Container .userBlock {
  background: #ddd;
  padding: 15px;
  border: 1px solid #D1D1D1;
}
#k2Container div.tagItemBody span.tagItemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
#k2Container div.tagItemBody span.tagItemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
#k2Container div.tagItemBody span.tagItemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
#k2Container div.tagItemHeader {
  margin-bottom: 10px;
}
#k2Container div.tagItemHeader .tagItemIntroText {
  padding: 4px 0px 0px 0;
}
#k2Container div.tagItemBody {
  margin: 0px 0px 0px 0px;
}
#k2Container div.tagItemBody span.tagItemImage {
  margin: 0px 0px 15px 0px;
  text-align: left;
}
#k2Container .tagItemView {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#k2Container .userItemTitle {
  margin-bottom: 10px;
}
div.itemView span.itemDateCreated {
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
}
div.itemView span.itemDateCreated span.day {
  font-size: 60px;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
div.itemView span.itemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  color: #b4b4b4;
}
div.itemView div.itemHeader {
  margin-bottom: 0px;
}
div.itemView div.itemToolbar {
  padding: 0px 0;
}
div.itemView div.itemHeader span.itemAuthor {
  display: inline;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
}
div.itemView div.itemCategory {
  padding: 4px;
  font-size: 12px;
  display: inline;
}
div.itemView div.itemContentFooter {
  display: inline;
  padding: 4px;
  font-size: 12px;
  float: right;
}
div.itemView div.itemContentFooter .itemHits {
  font-size: 12px;
}
div.itemBody {
  margin: 0px 0px 0px 0px;
  padding: 0px 0;
}
div.itemBody span.itemImage {
  margin: 0px;
  text-align: left;
}
.itemView {
  background: #fff;
  padding: 15px !important;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.itemRatingBlock {
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  padding: 15px 20px;
  margin: 10px 0px;
  line-height: 22px;
  background: #EEE;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
  font-size: 12px;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-size: 12px;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName a {
  color: #46b919;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 10px;
  font-size: 12px;
  color: #bbb;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentLink {
  margin-left: 8px;
  display: inline-block;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  color: #46b919 !important;
}
div.itemComments ul.itemCommentsList li img {
  border: 0px solid #fff;
}
div.itemComments .comments-content {
  background: #E7E7E7;
  font-size: 14px;
  padding: 20px;
  position: relative;
  margin-left: 75px;
}
div.itemComments .comments-content p {
  margin-left: 0px !important;
}
div.itemComments .comments-content:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #E7E7E7;
  border-width: 8px;
  top: 25%;
  margin-top: -8px;
}
div.itemComments div.itemCommentsForm form label.formEmail {
  margin: 15px 0 5px 2px;
}
div.itemComments div.itemCommentsForm form label.formUrl {
  margin: 15px 0 5px 2px;
}
div.itemComments div.itemCommentsForm form input.inputbox {
  margin-bottom: 15px;
  width: 300px;
}
div.itemComments div.itemCommentsForm form textarea.inputbox {
  width: 300px;
}
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border-right: 0px solid #FFF;
}
div.k2CategoriesListBlock ul li a span.catTitle {
  font-size: 13px;
}
.k2TagCloudBlock a {
  font-size: 14px !important;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  float: left;
  display: block;
  color: #fff;
}
#k2Container #itemListPrimary div.catItemBody span.catItemImage {
  overflow: hidden;
  height: 170px;
}
.k2SearchBlockForm input.inputbox {
  width: 197px;
  padding: 8px 5px;
}
span.catItemAuthor a,
div.catItemTagsBlock ul.catItemTags li a,
span.itemAuthor a,
.itemCategory a,
ul.itemTags li a {
  padding-left: 5px;
}
div.catItemCategory {
  display: inline;
  margin: 0 20px 0 0;
}
div.catItemCategory a {
  padding-left: 10px;
}
div.k2ItemsBlock {
  margin-left: -21px;
}
div.catItemTagsBlock {
  display: inline;
  margin: 0 20px 0 0;
}
div.catItemCommentsLink {
  border-right: 0px solid #ccc;
}
div.catItemHitsBlock {
  border-bottom: 0px dotted #ccc;
  float: right;
}
.catItemCommentsLink a {
  padding-left: 10px;
}
div.catItemIntroText {
  padding: 15px 0 12px 0;
}
h3.catItemTitle {
  font-size: 30px;
}
div.k2ItemsBlock ul li {
  margin-bottom: 15px;
}
div.k2CategoriesListBlock ul {
  margin: 0 0 10px 25px;
}
div.k2CategoriesListBlock ul li {
  list-style: initial;
}
div.k2CategoriesListBlock ul li .catCounter {
  font-size: 14px;
}
.k2SearchBlock input[type="text"] {
  margin-bottom: 0px;
  font-family: 'PT Sans' !important;
}
.k2SearchBlock button {
  padding: 5px 16px;
}
input,
button,
select,
textarea {
  font-family: 'PT Sans' !important;
}
.itemTagsBlock {
  display: inline;
}
body {
  background: #f5f5f5;
}
body #error-page {
  background: url(../images/404-error.png) no-repeat 100% 0;
  min-height: 400px;
  max-width: 650px;
  padding: 19px 29px 29px;
  margin: 100px auto 20px;
}
body #error-page >div {
  float: right;
  margin-right: 320px;
  text-align: right;
}
body #error-page h1.error-code {
  font-family: Impact;
  font-size: 180px;
  line-height: 180px;
  color: #46b919;
  text-shadow: 0 1px #944040;
}
body #error-page p.error-message {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999;
  text-shadow: 0 1px #fff;
  margin-right: 10px;
}
body #error-page a {
  text-decoration: none;
  color: #46b919;
}
body #error-page a:hover {
  text-decoration: none;
  color: #000;
}
